.topAn {
	width: 1200px;
	height: auto;
	padding-bottom: 10px;
	margin: 0 auto;
	margin-bottom: 23px;
	position: relative;
}

.topAn h1 {
	font-size: 42px;
	color: #1646CC;
	margin: 0px auto;
	width: 100%;
	font-family: 'FZBYSJT';
	line-height: 1.4;
}

.topAn>div {
	position: absolute;
	right: 49px;
}

@media screen and (max-width: 600px) {
	.topAn {
		width: 100%;
		margin-bottom: 0;
		padding-bottom: 0px;
		margin-top: 5px;
		padding: 0 2px;
	}

	.topAn h1 {
		display: flex;
		justify-content: space-between;
		height: 52px;
	}

	.topAn h1>img {
		width: 20%;
	}

	.topAn h1>a {
		width: 80%;
		overflow: hidden;
		font-size: 20px;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.topAn>div {
		right: 6px;
		bottom: 0;
	}
}
